|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpresentation.util.Exporter
public class Exporter
Write objects into file
| Constructor Summary | |
|---|---|
private |
Exporter()
|
| Method Summary | |
|---|---|
static void |
exportToDot(java.io.File file,
Service service)
Save the service into text file |
static void |
exportToImage(java.io.File file,
org.jgraph.JGraph graph)
Save the selected graph into image file |
static void |
exportToText(java.io.File file,
java.lang.String text)
Save the string into text file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private Exporter()
| Method Detail |
|---|
public static void exportToImage(java.io.File file,
org.jgraph.JGraph graph)
file - file to savegraph - the graph
public static void exportToDot(java.io.File file,
Service service)
file - the file to saveservice - the service
public static void exportToText(java.io.File file,
java.lang.String text)
file - the file to savetext - the string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||